.index_int {
  width: 100%;
  height: 230px;
  background: #fbfbfb;
}
.index_int .center {
  width: 1200px;
  height: 230px;
  margin: 0 auto;
}
.index_int .center .pt {
  width: 300px;
  float: left;
  position: relative;
}
.index_int .center .pt s {
  position: absolute;
  right: 0;
  top: 68px;
  width: 1px;
  height: 60px;
  background: #cfcfcf;
}
.index_int .center .pt img {
  display: block;
  margin: 0 auto;
  margin-top: 48px;
}
.index_int .center .pt p {
  text-align: center;
  margin-top: 28px;
  font-size: 14px;
  color: #444444;
}
@media (max-width: 1024px) {
  .index_int {
    width: 100%;
    height: auto;
    background: #fbfbfb;
  }
  .index_int .center {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: .4rem;
    overflow: hidden;
  }
  .index_int .center .pt {
    width: 50%;
    float: left;
    position: relative;
  }
  .index_int .center .pt:nth-child(2) s {
    display: none;
  }
  .index_int .center .pt s {
    position: absolute;
    right: 0;
    top: .6rem;
    width: 1px;
    height: 60px;
    background: #cfcfcf;
  }
  .index_int .center .pt img {
    display: block;
    margin: 0 auto;
    margin-top: .4rem;
    width: 42%;
  }
  .index_int .center .pt p {
    text-align: center;
    margin: 0 auto;
    margin-top: .3rem;
    font-size: .24rem;
    color: #444444;
    width: 80%;
  }
}
.index_gywm {
  width: 100%;
  height: 700px;
}
.index_gywm .center {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
}
.index_gywm .center .tit {
  width: 100%;
  margin-top: 52px;
}
.index_gywm .center .tit img {
  display: block;
  margin: 0 auto;
}
.index_gywm .center .p1 {
  margin-top: 35px;
  overflow: hidden;
}
.index_gywm .center .p1 .limg {
  float: left;
  border: 1px solid #e8e8e8;
}
.index_gywm .center .p1 .limg img {
  width: 560px;
  height: 310px;
  display: block;
}
.index_gywm .center .p1 .rtxt {
  float: left;
  width: 636px;
  padding-left: 40px;
}
.index_gywm .center .p1 .rtxt h4 {
  color: #125c97;
  font-size: 24px;
  background: url(../img/i-bt-icon.png) no-repeat left center;
  padding-left: 40px;
}
.index_gywm .center .p1 .rtxt h4 a {
  color: #727272;
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 29px;
  width: 80px;
  float: right;
  height: 29px;
  background: url(../img/more-bg.jpg) no-repeat;
}
.index_gywm .center .p1 .rtxt p {
  color: #2b2b2b;
  font-size: 14px;
  margin-top: 16px;
  line-height: 25px;
}
.index_gywm .center .p1 .rtxt .img {
  margin-top: 18px;
}
.index_gywm .center .p1 .rtxt .img img {
  display: block;
  float: left;
  width: 278px;
  height: 169px;
}
.index_gywm .center .p1 .rtxt .img img:last-child {
  margin-left: 35px;
}
.index_gywm .center .p2 {
  margin-top: 20px;
  background: #fbfbfb;
  padding: 10px 40px;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 25px;
  border-left: 5px solid #00508f;
  border-right: 5px solid #00508f;
}
@media (max-width: 1024px) {
  .index_gywm {
    width: 100%;
    height: auto;
  }
  .index_gywm .center {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .index_gywm .center .tit {
    width: 100%;
    margin-top: .4rem;
  }
  .index_gywm .center .tit img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .index_gywm .center .p1 {
    margin-top: .4rem;
    overflow: hidden;
  }
  .index_gywm .center .p1 .limg {
    float: none;
    border: 1px solid #e8e8e8;
    width: 92%;
    margin: 0 auto;
  }
  .index_gywm .center .p1 .limg img {
    width: 100%;
    height: auto;
    display: block;
  }
  .index_gywm .center .p1 .rtxt {
    float: none;
    width: 92%;
    margin: 0 auto;
    padding-left: 0;
    margin-top: .4rem;
  }
  .index_gywm .center .p1 .rtxt h4 {
    color: #125c97;
    font-size: .36rem;
    background: url(../img/i-bt-icon.png) no-repeat left center;
    padding-left: .6rem;
    background-size: auto 100%;
  }
  .index_gywm .center .p1 .rtxt h4 a {
    color: #727272;
    display: block;
    font-size: .24rem;
    text-align: center;
    line-height: .46rem;
    width: 1.2rem;
    float: right;
    height: .46rem;
    background: url(../img/more-bg.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .index_gywm .center .p1 .rtxt p {
    color: #2b2b2b;
    font-size: .28rem;
    margin-top: .25rem;
    line-height: .45rem;
  }
  .index_gywm .center .p1 .rtxt .img {
    margin-top: .25rem;
    overflow: hidden;
  }
  .index_gywm .center .p1 .rtxt .img img {
    display: block;
    float: left;
    width: 48%;
    height: auto;
  }
  .index_gywm .center .p1 .rtxt .img img:last-child {
    margin-left: 0;
    float: right;
  }
  .index_gywm .center .p2 {
    width: 92%;
    margin: 0 auto;
    margin-top: .4rem;
    background: transparent;
    padding: 0;
    color: #2b2b2b;
    font-size: .24rem;
    line-height: .45rem;
    border-left: 0;
    border-right: 0;
  }
}
.ryzz {
  width: 100%;
  background: url(../img/ryzz-bg.jpg) no-repeat center;
  height: 696px;
}
.ryzz .center {
  width: 1200px;
  height: 696px;
  margin: 0 auto;
  padding-top: 45px;
}
.ryzz .center .tit {
  position: relative;
}
.ryzz .center .tit .pctit {
  display: block;
}
.ryzz .center .tit .phtit {
  display: none;
  margin: 0 auto;
  width: 80%;
}
.ryzz .center .tit .more {
  color: #fff;
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 29px;
  width: 80px;
  position: absolute;
  right: 0;
  bottom: 10px;
  height: 29px;
  background: url(../img/more-bg-w.png) no-repeat;
}
.ryzz .center .cont {
  width: 100%;
  height: 508px;
  border: 4px solid #fff;
  margin-top: 30px;
}
.ryzz .center .cont .l-txt {
  width: 50%;
  height: 100%;
  padding: 20px 25px 0 25px;
  float: left;
}
.ryzz .center .cont .l-txt h4 {
  font-size: 20px;
  color: #fff;
}
.ryzz .center .cont .l-txt p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin-top: 18px;
}
.ryzz .center .cont .l-txt strong {
  display: block;
  text-align: right;
  background: url(../img/jw.png) no-repeat right;
  padding-right: 18px;
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
  font-weight: 500;
}
.ryzz .center .cont .r-img {
  width: 50%;
  height: 100%;
  padding: 20px 25px 0 25px;
  float: left;
}
.ryzz .center .cont .r-img img {
  display: block;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .ryzz {
    width: 100%;
    background: none;
    height: auto;
    margin-top: .4rem;
  }
  .ryzz .center {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: .1rem;
  }
  .ryzz .center .tit {
    position: relative;
  }
  .ryzz .center .tit .pctit {
    display: none;
  }
  .ryzz .center .tit .phtit {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .ryzz .center .tit .more {
    color: #fff;
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 29px;
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 29px;
    background: url(../img/more-bg-w.png) no-repeat;
  }
  .ryzz .center .cont {
    width: 100%;
    height: auto;
    border: none;
    margin-top: .4rem;
  }
  .ryzz .center .cont .l-txt {
    width: 100%;
    height: auto;
    padding: .2rem .25rem .3rem .25rem;
    float: none;
    background: url(../img/p-ryzz1.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .ryzz .center .cont .l-txt h4 {
    font-size: .36rem;
    color: #fff;
  }
  .ryzz .center .cont .l-txt p {
    font-size: .24rem;
    color: #fff;
    line-height: .4rem;
    margin-top: .2rem;
  }
  .ryzz .center .cont .l-txt strong {
    display: block;
    text-align: right;
    background: url(../img/jw.png) no-repeat right;
    padding-right: 18px;
    font-size: .24rem;
    color: #fff;
    margin-top: .4rem;
    font-weight: 500;
  }
  .ryzz .center .cont .r-img {
    width: 100%;
    height: auto;
    padding: .3rem .25rem .3rem .25rem;
    float: none;
    background: url(../img/p-ryzz2.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .ryzz .center .cont .r-img img {
    display: block;
    margin-top: 0;
    width: 100%;
  }
}
.cpal {
  width: 100%;
  height: 666px;
}
.cpal .center {
  width: 1200px;
  height: 666px;
  margin: 0 auto;
}
.cpal .center .tit {
  width: 100%;
  margin-top: 52px;
}
.cpal .center .tit img {
  display: block;
  margin: 0 auto;
}
.cpal .center .wz {
  font-size: 14px;
  color: #393939;
  line-height: 29px;
  margin-top: 25px;
}
.cpal .center .wz a {
  color: #727272;
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 29px;
  width: 80px;
  float: right;
  height: 29px;
  background: url(../img/more-bg.jpg) no-repeat;
}
.cpal .center ul {
  width: 1240px;
  position: relative;
  left: -33px;
}
.cpal .center ul li {
  width: 214px;
  height: 186px;
  float: left;
  margin-left: 33px;
  margin-top: 35px;
}
.cpal .center ul li .img {
  border: 1px solid #d6d6d6;
}
.cpal .center ul li .img img {
  display: block;
  width: 100%;
  height: 152px;
}
.cpal .center ul li strong {
  display: block;
  width: 100%;
  color: #3b3b3b;
  font-size: 13px;
  line-height: 33px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cpal {
    width: 100%;
    height: auto;
  }
  .cpal .center {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .cpal .center .tit {
    width: 100%;
    margin-top: .4rem;
  }
  .cpal .center .tit img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .cpal .center .wz {
    font-size: .24rem;
    color: #393939;
    line-height: .5rem;
    width: 92%;
    margin: 0 auto;
    margin-top: .3rem;
  }
  .cpal .center .wz a {
    color: #727272;
    display: block;
    font-size: .24rem;
    text-align: center;
    line-height: .46rem;
    width: 1.2rem;
    float: right;
    height: .46rem;
    background: url(../img/more-bg.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .cpal .center ul {
    width: 100%;
    position: relative;
    left: 0;
    overflow: hidden;
  }
  .cpal .center ul li {
    width: 48%;
    height: auto;
    float: left;
    margin-left: 1%;
    margin-top: .3rem;
  }
  .cpal .center ul li .img {
    border: 1px solid #d6d6d6;
  }
  .cpal .center ul li .img img {
    display: block;
    width: 100%;
    height: 2.62rem;
  }
  .cpal .center ul li strong {
    display: block;
    width: 100%;
    color: #3b3b3b;
    font-size: .24rem;
    line-height: .55rem;
    border-bottom: none;
    text-align: center;
    font-weight: 500;
  }
}
.xwzx {
  width: 100%;
  height: 494px;
  background: #fbfbfb;
}
.xwzx .center {
  width: 1200px;
  height: 494px;
  margin: 0 auto;
  overflow: hidden;
}
.xwzx .center .tit {
  width: 100%;
  height: 45px;
  margin-top: 20px;
  line-height: 45px;
  border-bottom: 1px solid #c7c7c7;
}
.xwzx .center .tit strong {
  color: #00508f;
  font-size: 20px;
  font-weight: 500;
  padding-left: 12px;
  background: url("../img/tit-jt.png") no-repeat left center;
}
.xwzx .center .tit strong i {
  color: #9e9e9e;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.xwzx .center .tit a {
  color: #5e5e5e;
  font-size: 12px;
  float: right;
  font-weight: 500;
  margin-top: 5px;
}
.xwzx .center .xw-pt1 {
  overflow: hidden;
}
.xwzx .center .xw-pt1 .l {
  width: 50%;
  float: left;
  height: 192px;
  border-bottom: 1px solid #eaeaea;
}
.xwzx .center .xw-pt1 .r {
  width: 50%;
  float: left;
  height: 192px;
  border-bottom: 1px solid #eaeaea;
  padding-left: 45px;
}
.xwzx .center .xw-pt1 #b-news {
  width: 100%;
  height: 143px;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 6px;
}
.xwzx .center .xw-pt1 #b-news .limg {
  width: 245px;
  height: 143px;
  float: left;
}
.xwzx .center .xw-pt1 #b-news .limg img {
  display: block;
  width: 100%;
  height: 100%;
}
.xwzx .center .xw-pt1 #b-news .rtxt {
  width: 310px;
  padding-left: 12px;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.xwzx .center .xw-pt1 #b-news .rtxt h3 {
  width: 100%;
  color: #393939;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.xwzx .center .xw-pt1 #b-news .rtxt p {
  color: #808080;
  font-size: 13px;
  line-height: 22px;
  height: 70px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}
.xwzx .center .xw-pt1 #b-news .rtxt strong {
  display: block;
  color: #808080;
  font-size: 13px;
  float: left;
  box-sizing: border-box;
  margin-top: 15px;
  font-weight: 500;
}
.xwzx .center .xw-pt1 #b-news .rtxt a {
  display: block;
  float: right;
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  background: #f4f4f4;
  margin-right: 12px;
  color: #cf3137;
}
.xwzx .center .xw-pt2 ul {
  overflow: hidden;
}
.xwzx .center .xw-pt2 ul li {
  width: 50%;
  height: 100px;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
  float: left;
  box-sizing: border-box;
}
.xwzx .center .xw-pt2 ul li:nth-of-type(2n+0) {
  padding-left: 45px;
}
.xwzx .center .xw-pt2 ul li .time {
  float: left;
  width: 65px;
  height: 66px;
  background: #ffffff;
}
.xwzx .center .xw-pt2 ul li .time strong {
  display: block;
  width: 48px;
  height: 40px;
  border-bottom: 1px solid #7ab7e7;
  color: #1a83d5;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
}
.xwzx .center .xw-pt2 ul li .time span {
  display: block;
  width: 100%;
  height: 25px;
  text-align: center;
  line-height: 22px;
  color: #808080;
  font-size: 12px;
}
.xwzx .center .xw-pt2 ul li .txt {
  width: 480px;
  height: 66px;
  padding-left: 15px;
  box-sizing: border-box;
  float: left;
}
.xwzx .center .xw-pt2 ul li .txt h4 {
  color: #242424;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.xwzx .center .xw-pt2 ul li .txt p {
  color: #868686;
  height: 50px;
  margin-top: 2px;
  line-height: 25px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 750px) {
  .xwzx {
    width: 100%;
    height: auto;
    background: #fbfbfb;
    margin-top: .6rem;
  }
  .xwzx .center {
    width: 92%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .xwzx .center .tit {
    width: 100%;
    height: .8rem;
    margin-top: .2rem;
    line-height: .8rem;
    border-bottom: 1px solid #c7c7c7;
  }
  .xwzx .center .tit strong {
    color: #00508f;
    font-size: .36rem;
    font-weight: 500;
    padding-left: 12px;
    background: url("../img/tit-jt.png") no-repeat left center;
  }
  .xwzx .center .tit strong i {
    color: #9e9e9e;
    font-size: .26rem;
    text-transform: uppercase;
    font-weight: 500;
  }
  .xwzx .center .tit a {
    color: #5e5e5e;
    font-size: 12px;
    float: right;
    font-weight: 500;
    margin-top: 5px;
  }
  .xwzx .center .xw-pt1 {
    overflow: hidden;
  }
  .xwzx .center .xw-pt1 .l {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #eaeaea;
  }
  .xwzx .center .xw-pt1 .r {
    width: 50%;
    float: left;
    display: none;
    height: 192px;
    border-bottom: 1px solid #eaeaea;
    padding-left: 45px;
  }
  .xwzx .center .xw-pt1 #b-news {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: .2rem;
    border-radius: 6px;
    padding-bottom: .3rem;
  }
  .xwzx .center .xw-pt1 #b-news .limg {
    width: 100%;
    height: auto;
    float: none;
  }
  .xwzx .center .xw-pt1 #b-news .limg img {
    display: block;
    width: 100%;
    height: auto;
  }
  .xwzx .center .xw-pt1 #b-news .rtxt {
    width: 100%;
    padding-left: 0;
    height: auto;
    float: none;
    box-sizing: border-box;
    margin-top: .3rem;
  }
  .xwzx .center .xw-pt1 #b-news .rtxt h3 {
    width: 100%;
    color: #393939;
    font-size: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
  }
  .xwzx .center .xw-pt1 #b-news .rtxt p {
    color: #808080;
    font-size: 13px;
    line-height: 22px;
    height: auto;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: .15rem;
  }
  .xwzx .center .xw-pt1 #b-news .rtxt div {
    overflow: hidden;
  }
  .xwzx .center .xw-pt1 #b-news .rtxt strong {
    display: block;
    color: #808080;
    font-size: .24rem;
    float: left;
    box-sizing: border-box;
    margin-top: .1rem;
    font-weight: 500;
  }
  .xwzx .center .xw-pt1 #b-news .rtxt a {
    display: block;
    float: right;
    margin-top: .1rem;
    text-align: center;
    font-size: .24rem;
    background: transparent;
    margin-right: 12px;
    color: #cf3137;
  }
  .xwzx .center .xw-pt2 ul {
    overflow: hidden;
  }
  .xwzx .center .xw-pt2 ul li {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    float: none;
    box-sizing: border-box;
  }
  .xwzx .center .xw-pt2 ul li:nth-of-type(2n+0) {
    padding-left: 0;
  }
  .xwzx .center .xw-pt2 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 65px;
    position: relative;
  }
  .xwzx .center .xw-pt2 ul li .time {
    float: none;
    width: 65px;
    height: 66px;
    background: #ffffff;
    position: absolute;
    left: 0;
  }
  .xwzx .center .xw-pt2 ul li .time strong {
    display: block;
    width: 48px;
    height: 40px;
    border-bottom: 1px solid #7ab7e7;
    color: #1a83d5;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
  }
  .xwzx .center .xw-pt2 ul li .time span {
    display: block;
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 22px;
    color: #808080;
    font-size: 12px;
  }
  .xwzx .center .xw-pt2 ul li .txt {
    width: 100%;
    height: 66px;
    padding-left: 15px;
    box-sizing: border-box;
    float: left;
  }
  .xwzx .center .xw-pt2 ul li .txt h4 {
    color: #242424;
    font-size: .28rem;
    font-weight: 500;
  }
  .xwzx .center .xw-pt2 ul li .txt p {
    color: #868686;
    font-size: .24rem;
    height: .8rem;
    overflow: hidden;
    margin-top: 2px;
    line-height: .4rem;
  }
}
